home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-230.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  79 lines

  1. # This script was automatically generated from the dsa-230
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Two vulnerabilities have been discovered in Bugzilla, a web-based bug
  12. tracking system, by its authors.  The Common Vulnerabilities and
  13. Exposures Project identifies the following vulnerabilities:
  14.   
  15.    The provided data collection
  16.    script intended to be run as a nightly cron job changes the
  17.    permissions of the data/mining directory to be world-writable every
  18.    time it runs.  This would enable local users to alter or delete the
  19.    collected data.
  20.   
  21.   
  22.    The default .htaccess scripts
  23.    provided by checksetup.pl do not block access to backups of the
  24.    localconfig file that might be created by editors such as vi or
  25.    emacs (typically these will have a .swp or ~ suffix).  This allows
  26.    an end user to download one of the backup copies and potentially
  27.    obtain your database password.
  28.   
  29.   
  30.    This does not affect the Debian installation because there is no
  31.    .htaccess as all data file aren\'t under the CGI path as they are on
  32.    the standard Bugzilla package.  Additionally, the configuration is
  33.    in /etc/bugzilla/localconfig and hence outside of the web directory.
  34. For the current stable distribution (woody) these problems have been
  35. fixed in version 2.14.2-0woody4.
  36. The old stable distribution (potato) does not contain a Bugzilla
  37. package.
  38. For the unstable distribution (sid) this problem will be fixed soon.
  39. We recommend that you upgrade your bugzilla packages.
  40.  
  41.  
  42. Solution : http://www.debian.org/security/2003/dsa-230
  43. Risk factor : High';
  44.  
  45. if (description) {
  46.  script_id(15067);
  47.  script_version("$Revision: 1.4 $");
  48.  script_xref(name: "DSA", value: "230");
  49.  script_cve_id("CVE-2003-0012", "CVE-2003-0013");
  50.  script_bugtraq_id(6501, 6502);
  51.  
  52.  script_description(english: desc);
  53.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  54.  script_name(english: "[DSA230] DSA-230-1 bugzilla");
  55.  script_category(ACT_GATHER_INFO);
  56.  script_family(english: "Debian Local Security Checks");
  57.  script_dependencies("ssh_get_info.nasl");
  58.  script_require_keys("Host/Debian/dpkg-l");
  59.  script_summary(english: "DSA-230-1 bugzilla");
  60.  exit(0);
  61. }
  62.  
  63. include("debian_package.inc");
  64.  
  65. w = 0;
  66. if (deb_check(prefix: 'bugzilla', release: '3.0', reference: '2.14.2-0woody4')) {
  67.  w ++;
  68.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bugzilla is vulnerable in Debian 3.0.\nUpgrade to bugzilla_2.14.2-0woody4\n');
  69. }
  70. if (deb_check(prefix: 'bugzilla-doc', release: '3.0', reference: '2.14.2-0woody4')) {
  71.  w ++;
  72.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bugzilla-doc is vulnerable in Debian 3.0.\nUpgrade to bugzilla-doc_2.14.2-0woody4\n');
  73. }
  74. if (deb_check(prefix: 'bugzilla', release: '3.0', reference: '2.14.2-0woody4')) {
  75.  w ++;
  76.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package bugzilla is vulnerable in Debian woody.\nUpgrade to bugzilla_2.14.2-0woody4\n');
  77. }
  78. if (w) { security_hole(port: 0, data: desc); }
  79.